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