@Override
 public Set<NabuccoProperty> getProperties() {
   Set<NabuccoProperty> properties = super.getProperties();
   properties.add(
       super.createProperty(
           ListButtonExtension.getPropertyDescriptor(SELECTION), this.getSelection(), null));
   properties.add(
       super.createProperty(
           ListButtonExtension.getPropertyDescriptor(MODIFICATION), this.getModification(), null));
   return properties;
 }