Returns a string representation of this disease.
Primarily used for debugging and logging purposes.
@override String toString() { return 'Disease(id: $id, name: $name, vectors: ${vectors.length})'; }