@SuppressWarnings("rawtypes")
 @Override
 public List getSet(List<VariableValue> params) {
   return ObjectGraph.getObjects();
 }