Get the volume of this shape
@override double volume() { return (4.0 * math.pi * math.pow(radius, 3)) / 3.0; }