def mal_status_key
        case library_entry.status.to_s
        when 'current' then 1
        when 'completed' then 2
        when 'on_hold' then 3