System.out.println(list);
prints the toString in the class list was created from.
System.out.println(list);
prints the toString in the class list was created from.System.out.println(list.highBidder);
prints the variable highBidder found in the class list was created from.