@Override
 protected String getLazySelectionString() {
   return oneToOneElement.getLazy() != null ? oneToOneElement.getLazy().value() : null;
 }