public interface Representable
Representable obj = ...; System.out.println(obj.repr());
String
repr()
String repr()
Object.toString()