sS toStringWithClass(O o) { ret o == null ? null : className(o) + " - " + o; }