public function delete($object)
 {
     $container = new Object_Fieldcollection(null, $this->getName());
     $container->delete($object);
 }