You almost definitely don't want to call that class Object. Object is already a fundamental class in Java, as every other Object extends it, and overlapping names can lead to much confusion.

If...