public void appendKeyValue(String key, Object value) {
   append("  %s:\t%s\n", key, value);
 }