class BSON::ObjectId

def repair

def repair
  @raw_data = @data.to_bson_object_id
  remove_instance_variable(:@data)
end