Overload ``__add__`` so they can be joined together ```python all_cells = cl1 + cl2 ``` However, an operation like this would lead to non-unique names in one ``CellList`` which will lead to problems when saving to disk.