Is it possible to clone a object to a static object?

It also defeats the purpose of OOP. In OOP objects are useful because you can have multiple instances with different states. Static only allows you to have one global state.