@Override
 public String getText() {
   TafProperties props = executeCommand(Command.gettext.toString());
   return props.getString(paramText);
 }