class ActiveFedora::Base

def label

return the label of the inner object (unless it's a new object)
def label
  @inner_object.label
end