The myPeopleList.toString() is NOT the method you have written in your People class. When you do myPeopleList.toString() you are calling the toString method for *the entire ArrayList*. To use the...