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