protected String determineClassName(Object instance) {
   return ClassUtil.getClassDescription(instance);
 }