toString method of FirstYearMentorGroup causes StackOverflow
Summary
Whenever the firstYearMentorGroup.toString is called, it references firstYearStudent.toString which references firstYearMentorGroup again and so on.
Steps to reproduce
- Log in as an admin
- Upload a csv with a student
- Click upload, the adding to the database works, just the page load does not.
Possible Fix
Add an override for a toString method to either the firstYearMentorGroup or the firstYearStudent.