toString method is to format whatever you want to print out from a class (object).

The general form is Object newObject = new Object(Constructor parameters );
The toString method doesn't need...