protected function initialize($object, &$result)
 {
     parent::initialize($object, $result);
     $realObject = $this->getRealObject($object);
     $this->identityMap->bind($realObject, $result);
     return $this;
 }