Do string conversion in stream operator for AlgsExecutionStates::State
Change
operator<<( std::ostream& s, AlgsExecutionStates::State x )
to convert to string instead of integer. The latter was nowhere used.
Use the operator in EntityState
to avoid the duplicate enum-to-string
hard-coding.