toJSON () {
        const { radius } = this;
        const json = {
            ...super.toJSON(),
            radius,