fn get_object<'a>(
    objects: &'a mut [Object],
    name: &str
) -> Option<&'a mut Object>