Do not involve serialization for copying objects

GUI::Util::copyContents is used for making copies of RealItem, MaskContainerItem, InstrumentItem and SampleItem.

Objects should be copyable by default C++ means. Currently many of them are not due to inheritance from QObject (see #466 (closed))

Edited by Mikhail Svechnikov