``` class Binrepr(object): def __call__(self, integer): ... binrepr = Binrepr() ``` Methods: - _list_to_str() - _int_to_list()