because <? extends Object> means that you will use class which is the parent for object. But Object haven't parent class.
why do you want to use instance directly in class?