def prepareStateForSaving(self, state):
     """Prepares state for saving
     @type state: dictionary
     @param state: State of the object  
     """
     ImmovableContainer.prepareStateForSaving(self, state)
     del state["behaviour"]