This class makes it easy to instanciate and manipulate singleton classes.
A singleton class assures that only one object of the class exists at one time. Multiple attempts to create an object of a singleton class return always the same class instance.