So if you do System.out.println() on an object with no toString method, it returns the "address" of the object. Is thre anyway to force this behavior for objects with toString() methods? I don't want ...