public JwList<AcGlobalProperty> getAllByLevel(String level) {
   return _delegate.getAllByLevel(level);
 }