The toString() method is customizable by you. If you create a class, you should include a toString() method. It returns a String, and in the method, you customize what you want the string to be. ...