public String toString(Object modelElement, NotationSettings settings) {
   return modelElement.toString() + settings.isUseGuillemets();
 }