Are you familiar with the toString method? Take a look at the Object class, which every class inherits from, which has a toString method, that every class can override to return a customized String. ...