sbool implementsCustomToString(O o) { if (o == null) null; ret findMethod(obj, "toString").getDeclaringClass() != O.class; }