final MonitorNotification notif = (MonitorNotification)o;
final StringBuffer b = super._stringify( notif );
append( b, "" );
append( b, "Observed object: " + notif.getObservedObject() );
append( b, "Observed attribute: " + notif.getObservedAttribute() );
append( b, "Trigger: " + notif.getTrigger() );
append( b, "Gauge: " + notif.getDerivedGauge() );
return( b.toString() );