@Override
 public boolean containsAgent(AgentID aid) throws RemoteException {
   return delegate.containsAgent(aid);
 }